projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b2cf14
)
docs: Add a README to the examples directory
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 2 Dec 2014 19:21:18 +0000
(19:21 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 2 Dec 2014 19:23:50 +0000
(19:23 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=741041
examples/README
[new file with mode: 0644]
patch
|
blob
diff --git a/examples/README
b/examples/README
new file mode 100644
(file)
index 0000000..
6518925
--- /dev/null
+++ b/
examples/README
@@ -0,0
+1,12
@@
+= Examples =
+
+== Building the examples ==
+
+The examples in this directory are built alongside the rest of GTK+.
+
+The examples under the `application[1-9]` directories are also included in
+the GTK+ API reference documentation, and can be built independently, using
+the system libraries, by doing:
+
+ $ cd application1
+ $ make -f Makefile.example